home *** CD-ROM | disk | FTP | other *** search
/ Future Workshop / Future Workshop.iso / font / softfont / order.bat < prev    next >
DOS Batch File  |  1995-08-01  |  2KB  |  32 lines

  1. echo off
  2. cls
  3. echo ┌────────────────────────────────────────────────────────────────────────┐
  4. echo │             Elfring Soft Fonts, PO Box 61, Wasco, IL 60183             │
  5. echo │                 Phone: 708-377-3520  Fax: 708-377-6402                 │
  6. echo │                                                                        │
  7. echo │ This batch file will print a copy of the order form for our Art Deco   │
  8. echo │ TrueType Collection. Once we receive your payment we send you the      │
  9. echo │ complete collection of 56 fonts, our catalog and font newsletter, plus │
  10. echo │ access to technical support.                                           │
  11. echo │                                                                        │
  12. echo │ Make sure your printer is on and ready to run. This batch file assumes │
  13. echo │ your printer is attached to LPT1:. If you use a different printer port │
  14. echo │ hit Ctrl-C now to stop this batch file. Then restart the batch file,   │
  15. echo │ passing it the printer port you do use:                                │
  16. echo │                                                                        │
  17. echo │ ORDER LPT2    or    ORDER COM1                                         │
  18. echo │                                                                        │
  19. echo │ If you *don't* want to print this, press the Ctrl-C key now to abort   │
  20. echo │ this batch file and return to INSTALL.                                 │
  21. echo └────────────────────────────────────────────────────────────────────────┘
  22. pause
  23. echo Printing a copy of ESF's Art Deco TrueType Collection order form....
  24. if "%1"=="" goto DOLPT1
  25. copy order.frm %1:
  26. goto done
  27. :DOLPT1
  28. copy order.frm LPT1:
  29. :done
  30.  
  31.  
  32.